-
Notifications
You must be signed in to change notification settings - Fork 716
Nrfx 7613 test fast instance at low freq #2864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
rlubos
merged 6 commits into
nrfconnect:main
from
nordic-segl:NRFX-7613_Test-fast-instance-at-low-freq
May 21, 2025
Merged
Nrfx 7613 test fast instance at low freq #2864
rlubos
merged 6 commits into
nrfconnect:main
from
nordic-segl:NRFX-7613_Test-fast-instance-at-low-freq
May 21, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fecef95
to
4a76789
Compare
nordic-piks
approved these changes
May 14, 2025
241811a
to
5438a77
Compare
1. Add board config and overlay files 2. Update testcase.yaml Signed-off-by: Sai Santhosh Malae <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 8e57cc6)
add stm32n6570_dk in yaml file for CI test integration purpose. Signed-off-by: Fabrice DJIATSA <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 19ba839)
… test add nucleo_wba55cg board for spi_loopback driver test. Signed-off-by: Fabrice DJIATSA <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit b5090e2)
…a153 board add spi test support for frdm_mcxa153 board. reduce isr stack size to avoid ram overflow. Signed-off-by: Neil Chen <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit aa1f9e2)
This commit enables following tests for MAX32650EVKIT and MAX32650FTHR: - counter/counter_basic_api - dma/chan_blen_transfer - dma/loop_transfer - i2c/i2c_target_api (only for MAX32650EVKIT) - spi/spi_loopback Signed-off-by: Furkan Akkiz <[email protected]> Signed-off-by: Burak Babaoglu <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 13a3671)
5438a77
to
b46a4b3
Compare
nordic-bami
approved these changes
May 21, 2025
…at low frequency Due to limited value of clock divider, fast SPI instance can work only at higher bitrates. Add check for error message when fast instance is configured to work at low/unsupported bitrate. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit f47f3fe)
b46a4b3
to
bcd6c30
Compare
|
nordic-pikr
approved these changes
May 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Due to limited value of clock divider, fast SPI instance can work only at higher bitrates.
Add check for error message when fast instance is configured to work at low/unsupported bitrate.
Upstream PR #: 89886